Compare Pastes
Differences between the pastes
#130882 (02.01.2020 17:42)
and
#209672 (28.07.2021 17:46).
| 1 | #------------------------------------------------------------------------------ | |
| 1 | Свадебный фотохроникер решения для прекрасной фотосессии http://easy-tag.appspot.com/t/hFnRR32t Свадебный фотожурналист решения для фотографии http://assurelink.net/uncategorized/hello-world/?unapproved=136864&moderation-hash=4226e51da35633a35d4924584873bf08#comment-136864 | |
| 2 | # Modified Calculate Utilities 3.6.7.5 | |
| 3 | # Processed template files: | |
| 4 | # /var/db/repos/calculate/profiles/templates/3.6/2_ac_install_merge/sys-apps/baselayout/sysctl.conf | |
| 5 | # For modify this file, create /etc/sysctl.conf.clt template. | |
| 6 | #------------------------------------------------------------------------------ | |
| 7 | # /etc/sysctl.conf | |
| 8 | # | |
| 9 | # For more information on how this file works, please see | |
| 10 | # the manpages sysctl(8) and sysctl.conf(5). | |
| 11 | # | |
| 12 | # In order for this file to work properly, you must first | |
| 13 | # enable 'Sysctl support' in the kernel. | |
| 14 | # | |
| 15 | # Look in /proc/sys/ for all the things you can setup. | |
| 16 | # | |
| 17 | ||
| 18 | # Disables packet forwarding | |
| 19 | net.ipv4.ip_forward = 0 | |
| 20 | # Disables IP dynaddr | |
| 21 | #net.ipv4.ip_dynaddr = 0 | |
| 22 | # Disable ECN | |
| 23 | #net.ipv4.tcp_ecn = 0 | |
| 24 | # Enables source route verification | |
| 25 | #net.ipv4.conf.default.rp_filter = 1 | |
| 26 | # Enable reverse path | |
| 27 | #net.ipv4.conf.all.rp_filter = 1 | |
| 28 | ||
| 29 | # Enable SYN cookies (yum!) | |
| 30 | # http://cr.yp.to/syncookies.html | |
| 31 | #net.ipv4.tcp_syncookies = 1 | |
| 32 | ||
| 33 | # Enable people in the specified (min, max) group range to send ICMP_ECHO | |
| 34 | # messages (i.e. ping) and receive ICMP_ECHOREPLY responses. This allows | |
| 35 | # you to run non-suid and non-caps `ping`, but it also means anyone with | |
| 36 | # a gid in this range can send those packets (not just via `ping`). | |
| 37 | #net.ipv4.ping_group_range = 100 100 | |
| 38 | ||
| 39 | # Disable source route | |
| 40 | #net.ipv4.conf.all.accept_source_route = 0 | |
| 41 | #net.ipv4.conf.default.accept_source_route = 0 | |
| 42 | ||
| 43 | # Disable redirects | |
| 44 | #net.ipv4.conf.all.accept_redirects = 0 | |
| 45 | #net.ipv4.conf.default.accept_redirects = 0 | |
| 46 | ||
| 47 | # Disable secure redirects | |
| 48 | #net.ipv4.conf.all.secure_redirects = 0 | |
| 49 | #net.ipv4.conf.default.secure_redirects = 0 | |
| 50 | ||
| 51 | # Ignore ICMP broadcasts | |
| 52 | #net.ipv4.icmp_echo_ignore_broadcasts = 1 | |
| 53 | ||
| 54 | # Disables the magic-sysrq key | |
| 55 | #kernel.sysrq = 0 | |
| 56 | # When the kernel panics, automatically reboot in 3 seconds | |
| 57 | #kernel.panic = 3 | |
| 58 | # Allow for more PIDs (cool factor!); may break some programs | |
| 59 | #kernel.pid_max = 999999 | |
| 60 | ||
| 61 | # You should compile nfsd into the kernel or add it | |
| 62 | # to modules.autoload for this to work properly | |
| 63 | # TCP Port for lock manager | |
| 64 | #fs.nfs.nlm_tcpport = 0 | |
| 65 | # UDP Port for lock manager | |
| 66 | #fs.nfs.nlm_udpport = 0 | |
| 67 | vm.dirty_background_ratio = 1 |
